Skip to content
Snippets Groups Projects
Select Git revision
  • burak-aio
  • master default protected
  • client
3 results

meson.build

Blame
  • main.cc 74 B
    extern "C" int main(void) {
    	char* t = nullptr;
    	*t = 0x42;
    
    	return 0;
    }