OSDN Git Service

Restore function-local variables to use a vector.
[android-x86/external-swiftshader.git] / tests_lit / parse_errs / bad-var-fwdref.test
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 -no-ir-gen -build-on-read 2>&1 \
7 ; RUN:   | FileCheck %s
8
9 ; CHECK: Forward reference @3105555534 too big. Have 1 globals and function contains 16 bytes
10