app.c 186 B

12345678910
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. int
  6. main(int argc, char const *argv[])
  7. {
  8. return 0;
  9. }