Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
clang
/
test
/
Modules
/
Inputs
/
template-specialization-visibility
/
b.h
Text
·
87 B
·
1a09826
Raw
8 lines · c
1
#ifndef B_H
2
#define B_H
3
#include "a.h"
4
S<int> *s1;
5
T<int>::S *s2;
6
T<int>::E e1;
7
#endif
8