Files
Pascal Obry 3a763b2859 A single prefix for a variable may be a project or packages.
The semantic is that we look first for a project and then
for a packages.

Add corresponding regression test.

Part of OB10-014.

Change-Id: I37bc6226627dc23255ff0ff54b8cdebdb5eb956e
2017-11-01 17:35:27 +01:00

4 lines
57 B
Plaintext

project Compiler is
Var := "-compiler";
end Compiler;