brintos

brintos / llvm-project-archived public Read only

0
0
Text · 96 B · 5d6b142 Raw
7 lines · c
1#ifndef E_H2#define E_H3#include "c.h"4template struct S<char>;5template struct T<char>;6#endif7