Abramo Bagnara | d330e23 | 2011-08-05 08:02:55 +0000 | [diff] [blame] | 1 | struct S { |
2 | int field = 2; | ||||
3 | }; | ||||
4 | |||||
Richard Smith | 762bb9d | 2011-10-13 22:29:44 +0000 | [diff] [blame] | 5 | // RUN: c-index-test -test-load-source all -std=c++11 %s | FileCheck %s |
Abramo Bagnara | d330e23 | 2011-08-05 08:02:55 +0000 | [diff] [blame] | 6 | // CHECK: 2:7: FieldDecl=field:2:7 (Definition) Extent=[2:3 - 2:16] |