CMake/Tests/Architecture/bar.c

3 lines
51 B
C
Raw Normal View History

2010-01-29 00:48:20 +03:00
extern int foo(void);
int main() { return foo(); }