mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
parent
ff8da9d246
commit
c07e4a8c01
333 changed files with 0 additions and 95037 deletions
|
@ -1,12 +0,0 @@
|
|||
// Test for gcc-style "visibility" attribute.
|
||||
struct __attribute__((visibility("hidden"))) D
|
||||
{
|
||||
D() {}
|
||||
int f() { return 0; }
|
||||
};
|
||||
|
||||
int main()
|
||||
{
|
||||
D d;
|
||||
return d.f();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue