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
/
ninja
/
ninja-fixture
/
bar.c
blob
cc7b90193b76382eeaa9497c1b4947c7d650d27d
1
// SPDX-License-Identifier: MIT
2
//
3
// Copyright The SCons Foundation
4
5
#include <stdio.h>
6
#include <stdlib.h>
7
8
int
9
main
(
int
argc
,
char
*
argv
[])
10
{
11
argv
[
argc
++] =
"--"
;
12
printf
(
"bar.c"
);
13
exit
(
0
);
14
}