6 lines
139 B
C++
6 lines
139 B
C++
#include <utempl/utempl.hpp>
|
|
import std;
|
|
|
|
auto main() -> int {
|
|
constexpr auto arr = utempl::TupleMaker<std::array<void*, 0>>::Make();
|
|
};
|