tcc-stupidos/tests/pp/23.expect
herman ten brugge 999ec460a6 Allow macro in #line directive
Using:
  #define LINE1 10
  #line LINE1
  #define LINE2 20
  #define FILE "file"
  #line LINE2 FILE
Should now work.

Add new testcase tests/pp/23.S
2025-01-05 20:10:06 +01:00

8 lines
45 B
Text

1
3
20
22
30
40 "23.S"
50 "file1"
60 "file2"