mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
6 lines
128 B
LLVM
6 lines
128 B
LLVM
|
|
; RUN: opt -module-summary %s -o - | llvm-bcanalyzer -dump | FileCheck %s
|
||
|
|
|
||
|
|
; CHECK: <GLOBALVAL_SUMMARY_BLOCK
|
||
|
|
|
||
|
|
@a = global i32 0
|