blob: 21a43dfd08a588cbb73a0dd819a5fb7eb6a11368 [file] [log] [blame]
int main() {
int *p = 0;
*p = 7; // We expect a diagnostic about this.
return 0;
}