ccls/tests/multi_file/static.h
2017-04-13 01:21:24 -07:00

6 lines
69 B
C

#pragma once
struct Buffer {
static void CreateSharedBuffer();
};