summaryrefslogtreecommitdiff
path: root/tools/asm-processor/tests/include_file.c
blob: 97eb45d5881a021e658e4630977be5a9f913e432 (plain)
1
2
3
4
5
6
7
8
GLOBAL_ASM("tests/include_file_1.s")
#pragma GLOBAL_ASM("tests/include_file_2.s")
INCLUDE_ASM("tests", include_file_3);
INCLUDE_RODATA("tests/", include_file_4);
#if 0
GLOBAL_ASM("tests/nonexisting.s");
INCLUDE_ASM("tests", nonexisting);
#endif