mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
91987aec24
These were diagnosed by a Clang 15 development version.
7 lines
78 B
C
7 lines
78 B
C
#include <stdio.h>
|
|
int main(void)
|
|
{
|
|
printf("hello, world\n");
|
|
return 0;
|
|
}
|