summaryrefslogtreecommitdiff
path: root/Tests/UserspaceEmulator/test-run-ls.cpp
blob: 2c1b3c27f932b1e5faaca9daefa95f0882561fa6 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2021, Leon Albrecht <leon2002.la@gmail.com>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#include <stdlib.h>

int main() { return system("UserspaceEmulator ls"); }