mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
f6d2efa752
Issue: #25450
8 lines
109 B
C
8 lines
109 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("This executable does not have an extension\n");
|
|
return 0;
|
|
}
|