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