allwinner_a64/android/external/clang/test/Modules/Inputs/template-specialization-visibility/e.h
2018-08-08 16:14:42 +08:00

6 lines
96 B
C

#ifndef E_H
#define E_H
#include "c.h"
template struct S<char>;
template struct T<char>;
#endif