mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 02:10:09 -04:00
6 lines
126 B
LLVM
6 lines
126 B
LLVM
; RUN: opt < %s -passes=globaldce -S | FileCheck %s
|
|
|
|
; CHECK-NOT: global
|
|
@X = external global i32
|
|
@Y = internal global i32 7
|
|
|