index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
TryCompile
/
exit_with_error.c
blob: dbddcf583119d303939c70f4a18547664b110eae (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> int main() { printf("hello world\n"); return 1; }