repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ci skip] update generated files
[scons.git]
/
test
/
LINK
/
applelink_image
/
foo.c
blob
5a53f5eda825f59a28efe121fcd8f8df7e288c65
1
// SPDX-License-Identifier: MIT
2
//
3
// Copyright The SCons Foundation
4
5
#include <stdio.h>
6
#include <stdlib.h>
7
int
8
main
(
int
argc
,
char
*
argv
[])
9
{
10
argv
[
argc
++] =
"--"
;
11
printf
(
"foo.c
\n
"
);
12
exit
(
0
);
13
}