mirror of
https://github.com/intel/llvm.git
synced 2026-02-09 01:34:21 +08:00
Add a triple to this test to make buildbots happier.
llvm-svn: 278647
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user