[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / SemaObjC / legacy-implementation-1.m
blobe9abb87f041edb178c6e147adc733c27b29ce5bd
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 @implementation INTF // expected-warning {{cannot find interface declaration for 'INTF'}}
4 @end
6 INTF* pi;
8 INTF* FUNC()
10         return pi;