From: Sebastian Redl Date: Mon, 22 Dec 2008 21:43:13 +0000 (+0000) Subject: Guard against the return of PR3188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=494bb06e34bd6aca77bb57257ed4236c22bae702;p=clang Guard against the return of PR3188 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61348 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaCXX/pr-3188.cpp b/test/SemaCXX/pr-3188.cpp new file mode 100644 index 0000000000..7d86240ef5 --- /dev/null +++ b/test/SemaCXX/pr-3188.cpp @@ -0,0 +1,3 @@ +// RUN: clang -fsyntax-only %s +struct x; +extern x a;