1 2 3 4 5 6 7 8 9 10 11
#pragma once typedef struct { int a; int b; } teststruct; typedef enum { v0, v1 } testenum;