diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-02 18:30:45 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-02 18:30:45 +0000 |
| commit | 570918821a8492048e6ab54955c9864bd6c3e952 (patch) | |
| tree | f9d0d3f3478c298aaf51987483bbbbefe8e6631b /test/Import/in-class-initializer/test.cpp | |
| parent | f0c55418e2b09eaab37c820d3756cc1b4584d084 (diff) | |
Notes
Diffstat (limited to 'test/Import/in-class-initializer/test.cpp')
| -rw-r--r-- | test/Import/in-class-initializer/test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Import/in-class-initializer/test.cpp b/test/Import/in-class-initializer/test.cpp new file mode 100644 index 0000000000000..eaaac2ae57037 --- /dev/null +++ b/test/Import/in-class-initializer/test.cpp @@ -0,0 +1,5 @@ +// RUN: clang-import-test -import %S/Inputs/S.cpp -expression %s +void expr() { + S MyS; + int b = MyS.a + MyS.a; +} |
