forked from qt-creator/qt-creator
5 lines
120 B
C++
5 lines
120 B
C++
![]() |
using Foo = int;
|
||
|
using Bar = std::vector<int>::value_type;
|
||
|
using A [[foo]] = const float;
|
||
|
using B alignas(void*) = C *;
|