Add support to skip import libraries for performance reasons and instead
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / pr-5646.ch
1 y: MODULE
2
3 <> USE_SEIZE_FILE "pr-5646-grt.grt" <>
4 SEIZE a_ps;
5
6 p: PROC ();
7
8 DCL xx a_ps;
9
10 xx := [a, b];
11 END p;
12
13 p();
14
15 END y;
This page took 0.030851 seconds and 4 git commands to generate.