summary refs log tree commit diff stats
path: root/tests/tcg/tricore/c/test_boot_to_main.c
blob: fa28a5b43303b3609980804a0e40bcf635187b9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (C) 2023 Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
 *
 * This code is licensed under the GPL version 2 or later. See the
 * COPYING file in the top-level directory.
 */

#include "testdev_assert.h"
int main(int argc, char **argv)
{
    testdev_assert(1);
    return 0;
}