1 ; Test if we recognize a forward reference that can't be in function block. 2 3 ; REQUIRES: no_minimal_build 4 5 ; RUN: not %pnacl_sz -bitcode-as-text %p/Inputs/bad-var-fwdref.tbc \ 6 ; RUN: -bitcode-format=pnacl -notranslate -build-on-read \ 7 ; RUN: -allow-externally-defined-symbols 2>&1 \ 8 ; RUN: | FileCheck %s 9 10 ; CHECK: Forward reference @3105555534 too big. Have 1 globals and function contains 16 bytes 11