1
0
mirror of https://codeberg.org/emilwilliams/chad_standard synced 2024-11-22 03:54:18 -05:00
chad_standard/reasoning/header-guard/a.h

11 lines
71 B
C
Raw Permalink Normal View History

2024-07-20 13:17:05 -04:00
#ifndef A_H
#include "b.h"
struct a {
int i;
};
#define A_H
#endif