Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / Framework / main2.c
1
2 #include <Gui2/Gui.h>
3
4 int main()
5 {
6   foo();
7
8   return 0;
9 }