ladybird/Tests/UserspaceEmulator/test-run-ls.cpp

10 lines
188 B
C++
Raw Normal View History

/*
* Copyright (c) 2021, Leon Albrecht <leon2002.la@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <stdlib.h>
int main() { return system("UserspaceEmulator ls"); }