mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 13:46:07 +00:00
8 lines
102 B
C++
8 lines
102 B
C++
// RUN: clang-cc -std=c++0x %s -emit-llvm -o %t
|
|
|
|
int* a = nullptr;
|
|
|
|
void f() {
|
|
int* a = nullptr;
|
|
}
|