66fa4a0b54
Merge commit '7b0c47d3f0c20eeeceb0324771eb86ab80b0bd86' as 'externals/mp'
12 lines
223 B
C++
12 lines
223 B
C++
/* This file is part of the mp project.
|
|
* Copyright (c) 2020 MerryMage
|
|
* SPDX-License-Identifier: 0BSD
|
|
*/
|
|
|
|
#include "metavalue_tests.h"
|
|
#include "traits_tests.h"
|
|
#include "typelist_tests.h"
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|