* gdb.ada/formatted_ref: New test program.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / print_chars / foo.adb
CommitLineData
384e4a9c
JB
1with Pck; use Pck;
2
3procedure Foo is
4 C : Character := 'a';
5 WC : Wide_Character := 'b';
6 WWC : Wide_Wide_Character := 'c';
7begin
8 Do_Nothing (C'Address); -- START
9 Do_Nothing (WC'Address);
10 Do_Nothing (WWC'Address);
11end Foo;
This page took 0.034014 seconds and 4 git commands to generate.