Merge pull request #4674 from bdbaddog/fix_2281_Aliases_ignore_pre_post_add_actions
[scons.git] / test / ninja / ninja-fixture / foo.c
blob83890851184a12306b06090f961ca47bed6b41f9
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");
13 exit (0);