ccls/index_tests/multi_file/static.h
2019-10-23 21:56:50 -07:00

6 lines
69 B
C

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