mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-27 23:38:59 -04:00
7 lines
192 B
C
7 lines
192 B
C
// RUN: echo "#include <stddef.h>" > %t.h
|
|
// RUN: %clang_cc1 -S -g -include %t.h %s -emit-llvm -o - | FileCheck %s
|
|
|
|
// CHECK: !"0x34\00outer\00outer\00\00[[@LINE+1]]\000\001"
|
|
int outer = 42;
|
|
|