summary refs log tree commit diff stats
path: root/tests/concepts/tvarconcept.nim
blob: 203ef3cdc809abef105e14dc3919a59181016e2a (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  output: "5"
"""

# bug #2346, bug #2404

import mvarconcept

echo randomInt(5)
#ifndef RESISTOR_COLOR_H #define RESISTOR_COLOR_H typedef enum { BLACK, BROWN, RED, ORANGE, YELLOW, GREEN, BLUE, VIOLET, GREY, WHITE } resistor_band_t; int color_code(resistor_band_t); const resistor_band_t* colors(void); #endif