Add another failing use-after-scope test
authorVitaly Buka <vitalybuka@google.com>
Mon, 2 May 2016 23:12:04 +0000 (23:12 +0000)
committerVitaly Buka <vitalybuka@google.com>
Mon, 2 May 2016 23:12:04 +0000 (23:12 +0000)
commit9102fc20f8e3d89b27d91a23a9a50ae32bf403c4
tree1305907dfcc9ec3ad5c9334509cc6d8d43ca630f
parent3199c4e1efe3b92e383518170cde914fd0c6792a
Add another failing use-after-scope test

Summary:
  Use after scope is not detected if array larger then 8 bytes.

Subscribers: kubabrecka

Differential Revision: http://reviews.llvm.org/D19572

llvm-svn: 268330
compiler-rt/test/asan/TestCases/use-after-scope-chars.cc [new file with mode: 0644]