forked from OSchip/llvm-project
Use __SIZE_TYPE__ as suggested by dgregor.
llvm-svn: 101857
This commit is contained in:
parent
467e6c2deb
commit
21f8d1d643
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
// Various tests for -fno-exceptions
|
// Various tests for -fno-exceptions
|
||||||
|
|
||||||
typedef __typeof(sizeof(int)) size_t;
|
typedef __SIZE_TYPE__ size_t;
|
||||||
|
|
||||||
namespace test0 {
|
namespace test0 {
|
||||||
// rdar://problem/7878149
|
// rdar://problem/7878149
|
||||||
|
|
Loading…
Reference in New Issue