Files
third_party_liburing/test/exec-target.c
Ammar Faizi 1ae61f6898 test: Add missing SPDX-License-Identifier
This adds missing SPDX-License-Identifier for:
  test/ce593a6c480a-test.c
  test/double-poll-crash.c
  test/exec-target.c
  test/lfs-openat-write.c
  test/lfs-openat.c
  test/pipe-eof.c
  test/pollfree.c
  test/sendmsg_fs_cve.c
  test/skip-cqe.c
  test/splice.c
  test/sq-poll-kthread.c
  test/sqpoll-cancel-hang.c
  test/sqpoll-disable-exit.c
  test/sqpoll-exit-hang.c
  test/sqpoll-sleep.c

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
2022-02-23 17:06:36 +07:00

7 lines
84 B
C

/* SPDX-License-Identifier: MIT */
int main(int argc, char *argv[])
{
return 0;
}