[Sparc] Add support for inline assembly constraints which specify registers by their...
[oota-llvm.git] / test / tools / llvm-cov / Inputs / test.h
1 struct A {
2   virtual void B();
3 };