mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
6 lines
59 B
C
6 lines
59 B
C
#pragma once
|
|
#include "nimbase.h"
|
|
struct Foo {
|
|
int a;
|
|
};
|