]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.ada/null_record.adb
* gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.ada / null_record.adb
CommitLineData
f0aaee49
JB
1with Bar; use Bar;
2
3procedure Null_Record is
4begin
5 Do_Nothing;
6end Null_Record;
7