llvmc: Properly handle (error) in edge properties.
[oota-llvm.git] / test / FrontendC++ / 2009-03-17-dbg.cpp
index 38495561d435181e4c7c0e276e45b3cf11de625f..93da61873bfc23db1ef43dd574ec8ff43dd4df8a 100644 (file)
@@ -1,4 +1,6 @@
 // RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g
+// XTARGET: darwin,linux
+// XFAIL: *
 template <typename T1,typename T2>
 inline void f(const T1&,const T2&) { }