10 lines
109 B
C
10 lines
109 B
C
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
int foo() __REMOVED_IN(12);
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|