forked from qt-creator/qt-creator
C++: Added tests for C++11 features.
Change-Id: Ifa0bc37916d3ac3a523580bec15a6685709e7810 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
5
tests/auto/cplusplus/cxx11/data/noExcept.1.cpp
Normal file
5
tests/auto/cplusplus/cxx11/data/noExcept.1.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
void f() noexcept {
|
||||
}
|
||||
|
||||
void g() noexcept(1) {
|
||||
}
|
||||
Reference in New Issue
Block a user