mirror of
https://github.com/reactos/CMake.git
synced 2025-02-23 13:32:49 +00:00
8 lines
140 B
C
8 lines
140 B
C
#include <stdio.h>
|
|
int main(void)
|
|
{
|
|
printf(
|
|
"/tmp/hello.c:3:2: \033[35mwarning:\033[0m Hello, World! [-W#warnings]\n");
|
|
return 0;
|
|
}
|