13 lines
211 B
C++
13 lines
211 B
C++
/*
|
|
Copyright (c) 2017 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
Author: Gabriel Ebner
|
|
*/
|
|
#pragma once
|
|
|
|
namespace lean {
|
|
|
|
struct unit {};
|
|
|
|
}
|