brintos

brintos / llvm-project-archived public Read only

0
0
Text · 87 B · 1a09826 Raw
8 lines · c
1#ifndef B_H2#define B_H3#include "a.h"4S<int> *s1;5T<int>::S *s2;6T<int>::E e1;7#endif8