0 / 60 seg.

What does this program create?

#include <stdio.h>
int main() {
    int *p = NULL;
    return 0;
}