Skip to content
Snippets Groups Projects
Commit ceabe653 authored by Richard Smith's avatar Richard Smith
Browse files

Add a triple to this test to make buildbots happier.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278647 91177308-0d34-0410-b5e6-96231b3b80d8
parent b579b056
No related branches found
No related tags found
No related merge requests found
// 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 { namespace std {
using size_t = decltype(sizeof(0)); using size_t = decltype(sizeof(0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment