Skip to content
Snippets Groups Projects
Commit 899d6e78 authored by gyuri's avatar gyuri
Browse files

Add deref_non_ptr test

parent 55b42b6f
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ foreach c_file : [
'add_ptr.c',
'add_non_arith.c',
'sub_ptr.c',
'deref_non_ptr.c',
]
path = 'test/error/' + c_file
test(
......
int main() {
int *a;
**a;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment