2 // { dg-do compile { target ia64-*-linux* } }
3 // { dg-options "-fPIC -fvisibility=hidden" }
4 // { dg-final { scan-assembler-not "gprel" } }
6 class __attribute__ ((visibility("default"))) Type
9 static long _staticTypeCount;
11 Type() { _staticTypeCount++; }
15 long Type::_staticTypeCount = 0;