2024-07-22 19:38:36 +02:00

11 lines
75 B
C

#ifndef A_H
#define A_H
#include "bc.h"
struct a {
int i;
};
#endif