Add KNOWBUG test for 5093

This commit is contained in:
Yumi Bagge 2019-09-06 10:54:17 +01:00
parent fc0a0cd57f
commit e202df89d8
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,9 @@
typedef struct ST
{
int id;
int c[];
} ST;
void testFunc(ST **t)
{
}

View File

@ -0,0 +1,10 @@
KNOWNBUG
main.c
--function testFunc
--
^EXIT=0$
^SIGNAL=0$
--
^EXIT=134$
--
Github issue #5093: Pointer to struct with flexible array member as parameter to entry point causes invariant violation