mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
f6d2efa752
Issue: #25450
8 lines
99 B
C
8 lines
99 B
C
#include <stdio.h>
|
|
|
|
int main(void)
|
|
{
|
|
printf("This executable has an extension\n");
|
|
return 0;
|
|
}
|