[Testing] Unbreak r369830

llvm-svn: 369843
This commit is contained in:
David Zarzycki 2019-08-24 08:12:51 +00:00
parent 9cf08c6de1
commit 98bcf690ae

View File

@ -3,6 +3,7 @@
// RUN: %clang -w -target x86_64-linux-gnu -S -emit-llvm -o - -fno-exceptions -O0 \
// RUN: -fsanitize=address -fsanitize-address-use-after-scope %s | \
// RUN: FileCheck %s -check-prefixes=CHECK,LIFETIME
// REQUIRES: assertions
extern int bar(char *A, int n);