File: cpp.hs

package info (click to toggle)
haskell-file-location 0.4.5.2-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 108 kB
  • ctags: 9
  • sloc: haskell: 251; ansic: 13; makefile: 2; sh: 1
file content (36 lines) | stat: -rw-r--r-- 737 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{-# LANGUAGE CPP, TemplateHaskell #-}
-- import FileLocation
#include "consts.h"

main = do
    -- $(undef) -- make sure this also loads TH for a different comparison
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")
  _ERROR("Oh no!")