// S : tags error sym c++ $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $CC_OPT $file // S : verify --symbolic --lart stubs $V_OPT test.bc #include #include #include extern int stubbed( int val ); int main() { int val = __lamp_any_i32(); stubbed( val ); /* ERROR */ }