blob: 5ec227946cba06b86e8e6337bd938f36951c9140 [file] [log] [blame]
#ifndef LIB_H_IN
#define LIB_H_IN
struct Foo {
int method();
Foo();
~Foo();
};
struct Bar {
[[gnu::abi_tag("Ctor")]] Bar();
[[gnu::abi_tag("Dtor")]] ~Bar();
};
#endif // LIB_H_IN