From 1d943da0cf9154e7ce78ce867cdbb91531c5d78e Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Tue, 25 Jul 2023 14:58:33 -0700 Subject: initial dietc commit --- tests/debug.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/debug.c (limited to 'tests/debug.c') diff --git a/tests/debug.c b/tests/debug.c new file mode 100644 index 0000000..95ad579 --- /dev/null +++ b/tests/debug.c @@ -0,0 +1,7 @@ +void __open_too_many_args(void); +void __open_missing_mode(void); + +int open () { + __open_too_many_args (); + return 0; +} -- cgit v1.2.3