5 lines
109 B
C++
5 lines
109 B
C++
// File used by cmake to check for c++ standard support
|
|
// See: CmakeLists.txt
|
|
|
|
int main(void) { return 0; }
|