mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
7 lines
123 B
LLVM
7 lines
123 B
LLVM
; RUN: opt < %s -globalopt -S | FileCheck %s
|
|
|
|
; CHECK-NOT: aa
|
|
; CHECK-NOT: bb
|
|
|
|
declare void @aa()
|
|
@bb = external global i8
|