forked from OSchip/llvm-project
parent
699f5b9a0a
commit
6fa768df29
|
@ -1,4 +1,4 @@
|
||||||
// RUN: clang-cc -triple i686-pc-linue-gnu %s -o - -emit-llvm -verify | FileCheck %s
|
// RUN: clang-cc -triple i686-pc-linux-gnu %s -o - -emit-llvm -verify | FileCheck %s
|
||||||
|
|
||||||
struct A { void operator delete(void*,__typeof(sizeof(int))); int x; };
|
struct A { void operator delete(void*,__typeof(sizeof(int))); int x; };
|
||||||
void a(A* x) { delete x; }
|
void a(A* x) { delete x; }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// RUN: clang-cc -emit-llvm -triple i686-pc-linue-gnu -o %t %s
|
// RUN: clang-cc -emit-llvm -triple i686-pc-linux-gnu -o %t %s
|
||||||
// RUN: grep "define i32 @_ZNK4plusIillEclERKiRKl" %t | count 1
|
// RUN: grep "define i32 @_ZNK4plusIillEclERKiRKl" %t | count 1
|
||||||
|
|
||||||
template<typename T, typename U, typename Result>
|
template<typename T, typename U, typename Result>
|
||||||
|
|
Loading…
Reference in New Issue