summaryrefslogtreecommitdiffstats
path: root/test cases/failing/114 nonsensical bindgen/src/header.h
blob: 750621f87a4e482238cdf5e831772e179b79ee99 (plain)
1
2
3
4
5
6
7
8
// SPDX-license-identifer: Apache-2.0
// Copyright © 2021 Intel Corporation

#pragma once

#include <stdint.h>

int32_t add(const int32_t, const int32_t);