Mercurial > hg > CbC > CbC_llvm
comparison clang/test/PCH/cxx-dependent-sized-ext-vector.cpp @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children |
comparison
equal
deleted
inserted
replaced
173:0572611fdcc8 | 207:2e18cbf3894f |
---|---|
1 // RUN: %clang_cc1 -std=c++11 -emit-pch %s -o %t | 1 // RUN: %clang_cc1 -std=c++11 -emit-pch %s -o %t |
2 // RUN: %clang_cc1 -std=c++11 -include-pch %t -verify %s | |
3 | |
4 // RUN: %clang_cc1 -std=c++11 -emit-pch -fpch-instantiate-templates %s -o %t | |
2 // RUN: %clang_cc1 -std=c++11 -include-pch %t -verify %s | 5 // RUN: %clang_cc1 -std=c++11 -include-pch %t -verify %s |
3 | 6 |
4 #ifndef HEADER_INCLUDED | 7 #ifndef HEADER_INCLUDED |
5 | 8 |
6 #define HEADER_INCLUDED | 9 #define HEADER_INCLUDED |