Sign in
qemu
/
meson
/
refs/heads/master
/
.
/
test cases
/
common
/
301 default
/
prog.cpp
blob: 54a466f64a99563e55258d56bd7984b41eac18a7 [
file
]
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright © 2026 Intel Corporation
*/
int
main
()
{
return
__cplusplus
==
201402L
?
0
:
1
;
}