[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llvm-cov / gcov / Inputs / test.h
blobcc198a0ed0725fd9f8fc117c9568aad1f84576f0
1 #include <stdint.h>
2 struct A {
3 virtual void B();
4 };