// 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);