Skip to content
Snippets Groups Projects
Commit d05a07ea authored by Marcus Asteborg's avatar Marcus Asteborg
Browse files

Remove trailing whitespaces in vla.c that was missed previously

parent 0c0c484f
No related branches found
No related tags found
No related merge requests found
int main() {
static int x;
char a[++x];
a[sizeof a - 1] = 0;
int N;
static int x;
char a[++x];
a[sizeof a - 1] = 0;
int N;
return a[0];
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment