1#ifndef B_H
2#define B_H
3#include "a.h"
4S<int> *s1;
5T<int>::S *s2;
6T<int>::E e1;
7#endif
8