ccls/index_tests/multi_file/static.h
2018-03-30 22:02:26 -07:00

6 lines
69 B
C

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