mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
13 lines
223 B
C++
13 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;
|
|
}
|