summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/UnboxedTuples/Obj.hs
blob: 44e06dbb62093e6cee045b9bbaef577784bf567b (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE CPP, UnboxedTuples, MagicHash, ScopedTypeVariables, PolyKinds #-}
{-# OPTIONS_GHC -fobject-code #-}

#include "MachDeps.h"

module Obj where

import GHC.Exts
import GHC.Word

#include "Common.hs-incl"