summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR26179/basic_string.h
blob: afd1e0d3b3404afbbe07db958477b062d7e7f812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _GLIBCXX_STRING
#define _GLIBCXX_STRING 1

template<typename T>
struct basic_string {
  static T _S_empty_rep_storage[];
};

template<typename T>
T basic_string<T>::_S_empty_rep_storage[sizeof(T)];

extern int a[];

#endif
OpenPOWER on IntegriCloud