Skip to content

Commit 067c07e

Browse files
author
Daniel Kroening
committed
added test for undeclared functions
Follow up from #4211. The type of function symbols must get fixed once the function signature is known.
1 parent 206dddf commit 067c07e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
int main(void)
2+
{
3+
malloc(4);
4+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
KNOWNBUG
2+
undeclared_function1.c
3+
--validate-goto-model
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
--
7+
^warning: ignoring
8+
^CONVERSION ERROR$

0 commit comments

Comments
 (0)