xref: /libCEED/tests/test-include/fake-sys-include.h (revision a491a57ee1186d4a57a443cd84e0df1f56768bf7)
1 #define FAKE_SYS_SCALE_ONE 1
2 
3 // Note - files included this way cannot transitively include any files CUDA/ROCm won't compile
4 // These are bad
5 // #include <math.h>
6 // #include <stddef.h>
7 
8 // These are ok
9 #include <ceed.h>
10 #include <ceed/types.h>
11