[ci skip] update generated files
[scons.git] / test / CC / CC-fixture / bar.c
blob2ebfa663c837518f91d730b6f2036daadfdc56d1
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright The SCons Foundation
5 #include <stdio.h>
6 #include <stdlib.h>
8 int
9 main(int argc, char *argv[])
11 argv[argc++] = "--";
12 printf("foo.c\n");
13 exit (0);