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