blob: 81c3a6b0ba53b130418483fbc65b5f8229ab759b (
about) (
plain)
1
2
3
4
5
|
// RUN: %clang_cc1 -fsyntax-only -fobjc-exceptions %s
// RUN: %clang_cc1 -ast-print -fobjc-exceptions %s
// RUN: %clang_cc1 -ast-dump -fobjc-exceptions %s
#include "objc-language-features.inc"
|