summaryrefslogtreecommitdiff
path: root/test cases/common/259 preprocess/math.c
blob: 37d3cc649e6bc6ee50360fc69ce65fc418d76fd8 (plain)
1
2
3
// Verify we preprocess as C language, otherwise including math.h would fail.
// See https://github.com/mesonbuild/meson/issues/11940.
#include <math.h>