mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
8 lines
128 B
C++
8 lines
128 B
C++
#define HIDDEN __attribute__((visibility("hidden")))
|
|
|
|
#include "routine_attributes2.h"
|
|
|
|
void HIDDEN a_routine() {
|
|
return;
|
|
}
|