Avoid segfault if parser `ref' is empty

This commit is contained in:
Andrew Hutchings
2015-11-17 11:11:03 -03:00
committed by Felipe Zimmerle
parent f65b08b066
commit c035e76ede
3 changed files with 5 additions and 11 deletions

View File

@@ -1,8 +0,0 @@
#include <stdio.h>
int main(int argc, char **argv) {
return 0;
}