Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
common
/
259 preprocess
/
math.c
blob: 37d3cc649e6bc6ee50360fc69ce65fc418d76fd8 [
file
] [
log
] [
blame
]
// Verify we preprocess as C language, otherwise including math.h would fail.
// See https://github.com/mesonbuild/meson/issues/11940.
#include
<math.h>