mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-20 00:05:33 +00:00
Reorg test fixtures
This commit is contained in:
7
test/fixtures/c/hello.c
vendored
Normal file
7
test/fixtures/c/hello.c
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
||||
6
test/fixtures/c/hello.h
vendored
Normal file
6
test/fixtures/c/hello.h
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef HELLO_H
|
||||
#define HELLO_H
|
||||
|
||||
void hello();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user