diff options
Diffstat (limited to 'test/PCH/attrs.h')
-rw-r--r-- | test/PCH/attrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/attrs.h b/test/PCH/attrs.h index 0d01565..58f0589 100644 --- a/test/PCH/attrs.h +++ b/test/PCH/attrs.h @@ -4,4 +4,4 @@ -int f(int) __attribute__((overloadable)); +int f(int) __attribute__((visibility("default"), overloadable)); |