diff options
Diffstat (limited to 'test/CodeGen/string-literal.c')
-rw-r--r-- | test/CodeGen/string-literal.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/string-literal.c b/test/CodeGen/string-literal.c index 104477ee12..ea28f1a7cb 100644 --- a/test/CodeGen/string-literal.c +++ b/test/CodeGen/string-literal.c @@ -2,4 +2,6 @@ int main() { char a[10] = "abc"; + + void *foo = L"AB"; } |