Sign in
llvm
/
llvm-project.git
/
refs/heads/release/12.x
/
.
/
llvm
/
test
/
tools
/
llvm-cov
/
gcov
/
Inputs
/
test.h
blob: cc198a0ed0725fd9f8fc117c9568aad1f84576f0 [
file
] [
log
] [
blame
] [
edit
]
#include
<stdint.h>
struct
A
{
virtual
void
B
();
};