mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 09:00:24 -04:00
10 lines
134 B
C
10 lines
134 B
C
void f() __attribute__((unavailable));
|
|
void g();
|
|
#define g() f()
|
|
#define h() f()
|
|
#define x x
|
|
#define h2() f()
|
|
|
|
#define h3()
|
|
#undef h3
|