Avoid test failure on platforms where size_t is long long (and thus can't be
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 2 Sep 2014 21:39:21 +0000 (21:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 2 Sep 2014 21:39:21 +0000 (21:39 +0000)
commit5ba6a1a2afb51eea6352876439f226e7d6281187
tree3449ae7c9268bacdff4635145e455b1f507ec508
parent0a37d9b28396b9ed4a44bde80be4fa2afe4a4de3
Avoid test failure on platforms where size_t is long long (and thus can't be
directly written in strictly-conforming source code).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216969 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/drs/dr5xx.cpp