Newer
Older
mbed-os / tools / cmake / tests / multiple_executables / app2 / main.cpp
@Lingkai Dong Lingkai Dong on 22 Jul 2021 160 bytes CMake: Add test for multiple-executable support
/*
 * Copyright (c) 2021 Arm Limited
 * SPDX-License-Identifier: Apache-2.0
 */

#include "mbed.h"

int main()
{
    printf("Application 2\n");
    return 0;
}