File: 6.test

package info (click to toggle)
haskell-yi-keymap-vim 0.19.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,508 kB
  • sloc: haskell: 6,068; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- Input
(1,1)
#pragma once

#include <memory>
#include <future>
#include <string>

namespace stuff {
-- Output
(6,1)
#pragma once

#include <future>
#include <memory>
#include <string>

namespace stuff {
-- Events
jjVjj:sort<CR>