aboutsummaryrefslogtreecommitdiff
path: root/test.c
blob: 13664c4a598ecf12d5daaf15058524ec80288b45 (plain)
1
2
3
4
5
6
#include "trusted_module.h"

int main()
{
    tm_test();
}