git-svn-id: svn+ssh://svn.cprover.org/srv/svn/cbmc/trunk@2381 6afb6bc1-c8e4-404c-8f48-9ae832c5b171
This commit is contained in:
kroening 2013-04-13 18:24:22 +00:00
parent b94a80be93
commit 59f972f084
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,29 @@
typedef void func_type(int, char);
typedef void func_type2(func_type f, char z);
typedef void func_type3(int size, int array[size]);
void func1(int size, int array[size][size]);
void func1(int size, int array[size][size])
{
}
void func2(int size, int array[static size]);
void func3(int size, int array[const]);
int f()
{
typedef void func_type_td(int size, int array[size]);
}
int g()
{
typedef void func_type_td(int size, int array[size]);
}
int main()
{
}

View File

@ -0,0 +1,8 @@
CORE
main.c
^EXIT=0$
^SIGNAL=0$
--
^warning: ignoring
^CONVERSION ERROR$