mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-12-28 01:50:51 +00:00
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
9 lines
45 B
Plaintext
9 lines
45 B
Plaintext
1
|
|
3
|
|
20
|
|
22
|
|
30
|
|
40 "23.S"
|
|
50 "file1"
|
|
60 "file2"
|