Add a triple to this test to make buildbots happier.

llvm-svn: 278647
This commit is contained in:
Richard Smith
2016-08-15 02:24:00 +00:00
parent 8b8869f8ef
commit 39a7c4c65a

View File

@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -std=c++1z -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -std=c++1z -triple x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s
namespace std {
using size_t = decltype(sizeof(0));