aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/libc-libcxx/sysroot/Frameworks/A.framework/Headers/int.h
blob: 340315ed9f56f29e71fb4e8c71230eca7b6f65af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __my_int
#define __my_int

#include <stdint.h>

#ifdef __cplusplus
extern "C"
{
#endif

typedef int_fast32_t myint;
}

#endif