Test-Merge/hello.c
2025-08-15 13:46:10 +08:00

8 lines
78 B
C

#ifndef __HELLO_C__
#define __HELLO_C__
#define HELLO (11u) // 123
#endif