blob: 05cd7684ad2c9467099f6023e3b79e8fe187d86d [file] [log] [blame]
Shih-wei Liaof8fd82b2010-02-10 11:10:31 -08001class T { };
2
3typedef int Integer;
4
5namespace N { }
6
7void f() {
8 typedef float Float;
9
10 operator
11 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:10:11 %s -o - | FileCheck -check-prefix=CC1 %s
12 // CHECK-CC1: +
13 // CHECK-CC1: Float
14 // CHECK-CC1: Integer
15 // CHECK-CC1: N
16 // CHECK-CC1: short
17 // CHECK-CC1: T