4 lines
103 B
C
4 lines
103 B
C
|
#pragma once
|
||
|
#include "preamble-with-implicit-import-C.h" // Circular
|
||
|
typedef struct { char x; } Typo;
|