Files
RedBear-OS/local/recipes/dev/meson/source/test cases/common/259 preprocess/math.c
T

4 lines
153 B
C

// Verify we preprocess as C language, otherwise including math.h would fail.
// See https://github.com/mesonbuild/meson/issues/11940.
#include <math.h>