forked from OSchip/llvm-project
parent
d40dd64ff0
commit
3681a55137
|
@ -1,9 +1,6 @@
|
|||
// RUN: %clangxx_asan %s -o %t && %run %t
|
||||
// http://code.google.com/p/address-sanitizer/issues/detail?id=147 (not fixed).
|
||||
// BROKEN: %clangxx_asan %s -o %t -static-libstdc++ && %run %t
|
||||
//
|
||||
// Android builds with static libstdc++ by default.
|
||||
// XFAIL: android
|
||||
|
||||
#include <stdio.h>
|
||||
static volatile int zero = 0;
|
||||
|
|
Loading…
Reference in New Issue