[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / ConstantMerge / 2003-10-28-MergeExternalConstants.ll
blob9ccdd63334d7a2d374265187a229a72078c54347
1 ; RUN: opt -S -passes=constmerge < %s | FileCheck %s
3 ; CHECK: @foo = constant i32 6
4 ; CHECK: @bar = constant i32 6
5 @foo = constant i32 6           ; <ptr> [#uses=0]
6 @bar = constant i32 6           ; <ptr> [#uses=0]