10 lines
128 B
C
10 lines
128 B
C
|
#if defined(__cplusplus)
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
int foo() __INTRODUCED_IN(9) __REMOVED_IN(11);
|
||
|
|
||
|
#if defined(__cplusplus)
|
||
|
}
|
||
|
#endif
|