forked from OSchip/llvm-project
parent
389439c7c5
commit
c68668f27c
|
@ -1,4 +1,4 @@
|
||||||
// RUN: %llvmgcc -c -emit-llvm 2004-11-27-StaticFunctionRedeclare.c -o - | \
|
// RUN: %llvmgcc -c -emit-llvm %s -o - | \
|
||||||
// RUN: opt -std-compile-opts | llvm-dis | not grep {declare int.*func}
|
// RUN: opt -std-compile-opts | llvm-dis | not grep {declare int.*func}
|
||||||
|
|
||||||
// There should not be an unresolved reference to func here. Believe it or not,
|
// There should not be an unresolved reference to func here. Believe it or not,
|
||||||
|
|
Loading…
Reference in New Issue