diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-06 22:06:25 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-06 22:06:25 +0300 |
| commit | 82cdf010329c4ac6827698689e7e39644fad07b6 (patch) | |
| tree | 641c75ea227892a3d8e1a28dcd1001d6ec114600 /tests/priv_hello.ek | |
| parent | f98ec211bf60858b43b87ae125a5e13be9b41ee5 (diff) | |
| download | ek-82cdf010329c4ac6827698689e7e39644fad07b6.tar.gz ek-82cdf010329c4ac6827698689e7e39644fad07b6.zip | |
rename *.cu to *.ek
+ Name changes can be sort of difficult
Diffstat (limited to 'tests/priv_hello.ek')
| -rw-r--r-- | tests/priv_hello.ek | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/priv_hello.ek b/tests/priv_hello.ek new file mode 100644 index 0000000..ef0f4c9 --- /dev/null +++ b/tests/priv_hello.ek @@ -0,0 +1,7 @@ +import "import/priv_hello.cu" + +main() +{ + /* expect this to fail */ + hello(); +} |
