diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tcctest.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tcctest.c b/tests/tcctest.c index 41cca11..381a992 100644 --- a/tests/tcctest.c +++ b/tests/tcctest.c @@ -114,6 +114,11 @@ void num(int n); void forward_ref(void); int isid(int c); +/* Line joining happens before tokenization, so the following + must be parsed as ellipsis. */ +void funny_line_continuation (int, ..\ +. ); + #define A 2 #define N 1234 + A #define pf printf |
