[Sanitizer] Add rudimentary support for wide-character strings to scanf/printf interc...
[blocksruntime.git] / test / BlocksRuntime / shorthandexpression.c
blobbf4582072b4831e3bd5830e6b0cc6ce7278e78fa
1 //
2 // The LLVM Compiler Infrastructure
3 //
4 // This file is distributed under the University of Illinois Open Source
5 // License. See LICENSE.TXT for details.
7 /*
8 * shorthandexpression.c
9 * testObjects
11 * Created by Blaine Garst on 9/16/08.
13 * CONFIG error:
17 void foo() {
18 void (^b)(void) = ^(void)printf("hello world\n");
21 int main(int argc, char *argv[]) {
22 printf("%s: this shouldn't compile\n", argv[0]);
23 return 1;