add back code to hello.c

Reviewed By: jberdine

Differential Revision: D2769632

fb-gh-sync-id: 267303e
master
Jules Villard 9 years ago committed by facebook-github-bot-5
parent 15480f34d5
commit 0b49a229fb

@ -7,3 +7,9 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#include <stdlib.h>
void test() {
int *s = NULL;
*s = 42;
}

Loading…
Cancel
Save