generated from Sithas/conan_template
Подготовка фикстуры
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
namespace uad
|
||||
{
|
||||
class F {
|
||||
F();
|
||||
~F();
|
||||
|
||||
int i;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user