--ENV ADA_OBJECTS_PATH=runtime
--ENV ADA_INCLUDE_PATH=runtime
--TESTSETUP gcc -c -o runtime/utils.o runtime/utils.adb
--TESTSETUP gprbuild -Pdefault
--FULLNAMES
--TESTNOCOMPILE -Pdefault --runtime
-- Test cross-references in the predefined files.
-- We simulate a predefined directory in the runtime/ subdir, which
-- contains utils.ads.
-- We have a package with the same name in the user's project
BODY Proc:utils.ads
# 1> Proc:<pwd>runtime/utils.adb:2:14 (body) scope=Utils:<pwd>runtime/utils.ads:1:9
# 2> Proc:<pwd>utils.adb:7:14 (body) scope=Utils:<pwd>runtime/utils.ads:1:9
|