added release.txt blurb. Fixed spelling typo in Defaults.xml
[scons.git] / test / Actions / pre-post-fixture / work1 / bar.c
blob1ea20c185288a895ed62a91816413b5f77286293
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright The SCons Foundation
5 #include <stdio.h>
7 int main(void)
9 printf("bar.c\n");
10 return 0;