100% coverage
This commit is contained in:
parent
49ed7c5df5
commit
92f4b4f561
52 changed files with 143 additions and 48 deletions
4
test/error/pointer_unary.c
Normal file
4
test/error/pointer_unary.c
Normal file
|
@ -0,0 +1,4 @@
|
|||
int main() {
|
||||
int* p;
|
||||
~p;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue