Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fc18e519709f00a24a54a20453fa7a3bd2ea2d6c
/
.
/
Tests
/
CompatibleInterface
/
iface2.h
blob: ef4ebeec214d237d08463fdbcb1288327c9516cf [
file
] [
log
] [
blame
]
#ifndef
IFACE2_H
#define
IFACE2_H
#include
"iface2_export.h"
class
IFACE2_EXPORT
Iface2
{
public
:
int
foo
();
};
#endif