cmake-d/tests/app_1/app_1.d

7 lines
78 B
D

/*
Barebones app, depends on nothing.
*/
int main()
{
return 0;
}