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