blob: 1a3f05049ffc245eb889e9250d8390cea32d2542 (
plain)
1
2
3
4
5
6
7
|
// RUN: clang -DIRGENABLE -fnext-runtime -emit-llvm -o %t %s &&
// RUN: clang -DIRGENABLE -g -fnext-runtime -emit-llvm -o %t %s &&
// FIXME: Remove IRGENABLE when possible.
// RUN: ! clang -fnext-runtime -emit-llvm -o %t %s
#include "objc-language-features.inc"
|