7 lines
76 B
C++
7 lines
76 B
C++
// #include "test.h"
|
|
#include <cstdio>
|
|
|
|
#if __has_include("test.h")
|
|
|
|
#endif
|