diff options
Diffstat (limited to 'testing/gcc/files')
-rwxr-xr-x | testing/gcc/files/c99 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/gcc/files/c99 b/testing/gcc/files/c99 new file mode 100755 index 00000000..692f0924 --- /dev/null +++ b/testing/gcc/files/c99 @@ -0,0 +1,2 @@ +#!/bin/sh +exec cc -std=c99 "$@" |