blob: 05cd7684ad2c9467099f6023e3b79e8fe187d86d [file] [log] [blame]
Douglas Gregored8d3222009-09-18 20:05:18 +00001class T { };
2
3typedef int Integer;
4
5namespace N { }
6
7void f() {
8 typedef float Float;
9
Douglas Gregorb657f112009-09-22 21:11:38 +000010 operator
Daniel Dunbara5728872009-12-15 20:14:24 +000011 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:10:11 %s -o - | FileCheck -check-prefix=CC1 %s
Douglas Gregorab0b4f12010-01-13 23:24:38 +000012 // CHECK-CC1: +
13 // CHECK-CC1: Float
14 // CHECK-CC1: Integer
15 // CHECK-CC1: N
16 // CHECK-CC1: short
17 // CHECK-CC1: T