Sign in
chromium
/
external
/
github.com
/
mesonbuild
/
meson
/
refs/heads/upstream/fixboostpython
/
.
/
test cases
/
common
/
259 preprocess
/
math.c
blob: 37d3cc649e6bc6ee50360fc69ce65fc418d76fd8 [
file
] [
edit
]
// Verify we preprocess as C language, otherwise including math.h would fail.
// See https://github.com/mesonbuild/meson/issues/11940.
#include
<math.h>