[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git] / libc / test / include / header-test-template.c
blob0fb99f356adcdb104e071b3938332b66d512b0be
1 /*===-- Test for <@HEADER_NAME@> ----------------------------------------===
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 * See https://llvm.org/LICENSE.txt for license information.
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 */
8 #include <@HEADER_NAME@>
10 int main(int argc, char **argv) {
11 (void)argc;
12 (void)argv;
13 return 0;