cling/test/Interfaces/address_lib.c
Axel Naumann fe430cd40d Add tests for Interpreter::getAddressOfGlobal().
Fix it for the JIT case.


git-svn-id: http://root.cern.ch/svn/root/trunk@46146 27541ba8-7e3a-0410-8455-c3a389f83636
2012-09-24 15:16:36 +00:00

4 lines
73 B
C

// RUN: true
// Used as library source by address.C
int gLibGlobal = 14;