xref: /libCEED/tests/test-include/fake-sys-include.h (revision 255dad3207f061d22701e91ddb8337d8c6809493)
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 <ceed.h>
6 // #include <math.h>
7 // #include <stddef.h>
8 
9 // This is ok
10 #include <ceed/types.h>
11