cmake-d/cmaked/CMakeDCompilerABI.d

6 lines
67 B
D
Raw Normal View History

int main( string[] args )
{
int require = 0;
return require;
}