mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
10 lines
64 B
C
10 lines
64 B
C
|
|
#include <Gui/Gui.h>
|
|
|
|
int main(void)
|
|
{
|
|
foo();
|
|
|
|
return 0;
|
|
}
|