1 // RUN: %clang_cc1 -emit-llvm %s  -o /dev/null
2 
3 
foo(void)4 char * foo(void) { return "\\begin{"; }
5