RVBTCC/test/error/deref_void_ptr.c

4 lines
35 B
C
Raw Normal View History

2024-12-24 07:00:51 +00:00
int main() {
void* p;
*p;
}