index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
ObjCXX
/
cxx-as-objcxx
/
main.cpp
blob: 701c567d0737b3b317eca2ca8f4895f87a36a906 (
plain
)
1
2
3
4
5
6
#import <Foundation/Foundation.h>
int
main
(
int
argc
,
char
*
argv
[])
{
return
0
;
}