source: CIVL/examples/languageFeatures/missingArgs.c

main
Last change on this file was 6495bb8, checked in by Stephen Siegel <siegel@…>, 17 months ago

Dealing with variadic functions by ignoring extra args (and printing warning) for now. Added 2 tests on this issue.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5944 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 56 bytes
RevLine 
[6495bb8]1void f(int x, int y, ...) {}
2int main(void) {
3 f(1);
4}
Note: See TracBrowser for help on using the repository browser.