Files
clang-uml/tests/t30011/libraries/lib1/lib1.h
2023-05-28 22:17:21 +02:00

6 lines
46 B
C

#pragma once
struct t30011_A {
int a;
};