Add two parsing only tests for #164 and #169

This commit is contained in:
Ryan Hunt
2018-05-31 10:46:28 -05:00
parent e36f1854ca
commit d192544c7f
10 changed files with 32 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
+3
View File
@@ -0,0 +1,3 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
+3
View File
@@ -0,0 +1,3 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
+6
View File
@@ -0,0 +1,6 @@
#include <cstdint>
#include <cstdlib>
extern "C" {
} // extern "C"
+3
View File
@@ -0,0 +1,3 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
+6
View File
@@ -0,0 +1,6 @@
#include <cstdint>
#include <cstdlib>
extern "C" {
} // extern "C"
+3
View File
@@ -0,0 +1,3 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
+3
View File
@@ -0,0 +1,3 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
+1
View File
@@ -0,0 +1 @@
#![allow(unused_variables)]
+1
View File
@@ -0,0 +1 @@
use std::{result, marker::PhantomData};