]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gm2/link/pimc/pass/testwrapc.mod
Merge modula-2 front end onto gcc.
[thirdparty/gcc.git] / gcc / testsuite / gm2 / link / pimc / pass / testwrapc.mod
1 MODULE testwrapc ;
2
3 (* A trivial test to test for the presence of wrapc. *)
4
5 IMPORT wrapc ;
6
7
8 BEGIN
9 END testwrapc.