forked from OSchip/llvm-project
parent
6471db0749
commit
978d07a5d7
|
@ -1,12 +1,3 @@
|
|||
template<typename T>
|
||||
struct vector {
|
||||
|
||||
};
|
||||
|
||||
void f() {
|
||||
vector<int> v;
|
||||
}
|
||||
|
||||
//===--- SemaDecl.cpp - Semantic Analysis for Declarations ----------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
|
|
Loading…
Reference in New Issue