mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
156 B
C
9 lines
156 B
C
#ifndef BENCHMARK_CREATE_OBJECTS_H
|
|
#define BENCHMARK_CREATE_OBJECTS_H
|
|
|
|
struct CxxLoadableIntWrapper {
|
|
int value;
|
|
};
|
|
|
|
#endif // BENCHMARK_CREATE_OBJECTS_H
|