source: trunk/testcase/optlink/tst1.c@ 630

Last change on this file since 630 was 629, checked in by bird, 22 years ago

Initial testcase of simple parameter passing.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 162 bytes
Line 
1void foo (int i1, int i2, int i3, float rf1, float rf2, float rf3, float rf4)
2{
3 return;
4}
5
6int main()
7{
8 foo(1, 2, 3, 1.1, 1.2, 1.3, 1.4);
9 return 0;
10}
Note: See TracBrowser for help on using the repository browser.