Hacker News new | ask | show | jobs
by olavk 4960 days ago

    // NOTE: Workaround for a bug in the framework
    // foo will crash if you foo before bar.
    // Here we bar with a null value, which prevents the crash
    bar(NULL);