diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-11-20 21:11:56 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-11-20 21:11:56 (GMT) |
commit | f327a9fd26a24b2aaf609a9b3d34258c7a992bb3 (patch) | |
tree | 1faa112e68297c548c8512f3162eda4b8b990e8a /Tests/CompileFeatures/main.c | |
parent | 3a20cef3d71ab55c77aa85b05217e13afabb35b4 (diff) | |
parent | 36bb100e2b4e5586cecb0dc4e4488b3e8dd18f69 (diff) | |
download | CMake-f327a9fd26a24b2aaf609a9b3d34258c7a992bb3.zip CMake-f327a9fd26a24b2aaf609a9b3d34258c7a992bb3.tar.gz CMake-f327a9fd26a24b2aaf609a9b3d34258c7a992bb3.tar.bz2 |
Merge branch 'default-lang-dialect' into step2
Conflicts:
Modules/Compiler/Clang-C.cmake
Diffstat (limited to 'Tests/CompileFeatures/main.c')
-rw-r--r-- | Tests/CompileFeatures/main.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/CompileFeatures/main.c b/Tests/CompileFeatures/main.c deleted file mode 100644 index 831c5eb2..0000000 --- a/Tests/CompileFeatures/main.c +++ /dev/null @@ -1,12 +0,0 @@ - -int foo(int * restrict a, int * restrict b) -{ - (void)a; - (void)b; - return 0; -} - -int main() -{ - return 0; -} |