Skip to content

Commit

Permalink
Add consecutive line continuations to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenthuberdeau committed Feb 19, 2025
1 parent d7d2f6e commit 9e00727
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/_all/line_continuation.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// comp_pnut_opt: -DSUPPORT_LINE_CONTINUATION
#include <stdio.h>

void putint_aux(int n, int base) {
Expand All @@ -17,14 +18,16 @@ void putint(int n, int base) {
}
}

void main() {
int main() {

/**/
int foo = 0;

/\
*
*/ fo\
\
\
o +\
= 0\
x\
Expand All @@ -33,4 +36,4 @@ x\

putint(foo, 10);
return 0;
}
}

0 comments on commit 9e00727

Please sign in to comment.