10 lines
133 B
C
10 lines
133 B
C
|
#if defined(__cplusplus)
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
int foo() __VERSIONER_NO_GUARD __INTRODUCED_IN(14);
|
||
|
|
||
|
#if defined(__cplusplus)
|
||
|
}
|
||
|
#endif
|